powered by
multivreg(y, x, plot = TRUE, xnew = NULL)
diri.reg, js.compreg, kl.compreg, ols.compreg, comp.reg
library(MASS) x <- as.matrix(iris[, 1:2]) y <- as.matrix(iris[, 3:4]) multivreg(y, x, plot = TRUE)
Run the code above in your browser using DataLab